bitkeeper revision 1.1236.1.93 (423d82c8btqnwP7LAh0nPWlLBJA1_w)
authoriap10@firebug.cl.cam.ac.uk <iap10@firebug.cl.cam.ac.uk>
Sun, 20 Mar 2005 14:03:52 +0000 (14:03 +0000)
committeriap10@firebug.cl.cam.ac.uk <iap10@firebug.cl.cam.ac.uk>
Sun, 20 Mar 2005 14:03:52 +0000 (14:03 +0000)
commitffc02a06a21a2189c0e7a55e80522fbad78c0030
tree16e39991a3c3965c708ae0c8889d5c935b9bbfb2
parent680d2759bd9f264d57782d239f3bc4bee8cb39ec
bitkeeper revision 1.1236.1.93 (423d82c8btqnwP7LAh0nPWlLBJA1_w)

This patch will cause xcsdump to display more verbose information about the
xcs traffic.

This includes human-readable names of the message type and subtype and
all of the parameters and their values.  It's against today's
xen-unstable and has been tested against a number of xen-unstable
snapshots going back a few weeks (one line has to be removed to support
older versions of xen-unstable).

The message types displayed are configurable via a bitmask passed as a
'-v' option in xcsdump.

The code is very useful for figuring out what management tools (Xend,
VM-Tools) are actually doing.  I would not have been able to write
vm-tools without it.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: ian@xensource.com
.rootkeys
tools/xcs/Makefile
tools/xcs/dump.c [new file with mode: 0644]
tools/xcs/dump.h [new file with mode: 0644]
tools/xcs/xcsdump.c